PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFFormFillOptions Class / setPaddingForMultilineTextBoxFields Method
True if padding should be added in order to match the appearance of fields filled from Acrobat, otherwise false. Default is true.
In This Topic
    setPaddingForMultilineTextBoxFields Method
    In This Topic
    Gets of sets a value that indicates whether padding should be added around text content in multiline text fields.
    Syntax
    public void setPaddingForMultilineTextBoxFields( 
       boolean value
    )

    Parameters

    value
    True if padding should be added in order to match the appearance of fields filled from Acrobat, otherwise false. Default is true.
    See Also